gesture: Consume the event triggering ::begin if reset within the handler
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 24 Jun 2014 17:08:51 +0000 (19:08 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 25 Jun 2014 16:36:44 +0000 (18:36 +0200)
commit80d6735ffc328137fdc366b777fe65b0bf09ab02
tree27d2115ebe5b1e85d814243f1312f781f92c2e71
parentfa4301c63e05c3a6859c43b41df4d79e2f80af1b
gesture: Consume the event triggering ::begin if reset within the handler

If the event triggers GtkGesture::begin, and the handler ends up resetting
the gesture (say, due to taking a grab somewhere else within the handler),
still take the event as "managed", as it actually triggered recognition,
even if just to end abruptly.

https://bugzilla.gnome.org/show_bug.cgi?id=731711
gtk/gtkgesture.c